update

open fun update(@NonNull uri: Uri, @NonNull values: ContentValues, @Nullable selection: String, @Nullable selectionArgs: Array<String>): Int(source)

By default, this method throws an UnsupportedOperationException. You must subclass FileProvider if you want to provide different functionality.